const runtime._GCoff

19 uses

	runtime (current package)
		arena.go#L776: 	if gcphase != _GCoff {
		arena.go#L965: 	if gcphase == _GCoff {
		mfinal.go#L102: 	if gcphase != _GCoff {
		mgc.go#L251: 	_GCoff             = iota // GC not running; sweeping in background, write barrier disabled
		mgc.go#L707: 	if !memstats.enablegc || panicking.Load() != 0 || gcphase != _GCoff {
		mgc.go#L1387: 		setGCPhase(_GCoff)
		mgc.go#L1403: 	if gcphase != _GCoff {
		mgc.go#L2052: 	if gcphase != _GCoff {
		mgcmark_greenteagc.go#L629: 	if gcphase != _GCoff {
		mgcmark_greenteagc.go#L776: 	if gcphase != _GCoff || work.spanSPMCs.list.empty() {
		mgcpacer.go#L1524: 	if gcphase != _GCoff {
		mgcwork.go#L543: 	if gcphase != _GCoff || work.wbufSpans.free.isEmpty() {
		mheap.go#L2124: 		if gcphase != _GCoff {
		mheap.go#L2192: 	if gcphase != _GCoff {
		mheap.go#L2468: 	if gcphase != _GCoff {
		mheap.go#L2556: 		if gcphase != _GCoff {
		proc.go#L5969: 	if phase := gcphase; phase != _GCoff {
		stack.go#L252: 	if gcphase == _GCoff && s.allocCount == 0 {
		stack.go#L539: 		if gcphase == _GCoff {